@charset "UTF-8";
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .slider__padding {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .slider__padding {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .slider__padding {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .slider__padding {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width:575px) {
    .slider__padding {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.slider__height {
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .slider__height {
        min-height: 300px;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .slider__height {
        min-height: 220px;
    }
}

@media (max-width:575px) {
    .slider__height {
        min-height: 180px;
    }
}

.slider__height-2 {
    min-height: 815px;
}

.slider__overlay {
    position: relative;
}

.slider__overlay::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(34, 35, 40, 0.5); */
}

.slider__content {
    position: relative;
    z-index: 1;
}

.slider__content span {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    display: inline-block;
    padding: 0 25px;
    position: relative;
    margin-bottom: 15px;
}

.slider__content span::after,
.slider__content span::before {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 3px;
    height: 15px;
    background: #ffffff;
}

.slider__content span::after {
    left: auto;
    right: 0;
}

.slider__content-2 p {
    font-size: 20px;
    line-height: 32px;
    padding: 0 180px;
    font-family: "Rubik", sans-serif;
    color: #ffffff;
    margin-bottom: 30px;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .slider__content-2 p {
        padding-left: 85px;
        padding-right: 85px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .slider__content-2 p {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .slider__content-2 p {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .slider__content-2 p {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width:575px) {
    .slider__content-2 p {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.slider__title {
    font-size: 70px;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 50px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .slider__title {
        font-size: 55px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .slider__title {
        font-size: 55px;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .slider__title {
        font-size: 50px;
    }
}

@media (max-width:575px) {
    .slider__title {
        font-size: 30px;
    }
}

.slider__title-2 {
    font-size: 120px;
    color: #ffffff;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 1;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .slider__title-2 {
        font-size: 110px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .slider__title-2 {
        font-size: 80px;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .slider__title-2 {
        font-size: 60px;
    }
}

@media (max-width:575px) {
    .slider__title-2 {
        font-size: 60px;
    }
}

.slider__nav .swiper-slider-nav i {
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: rgba(57, 74, 85, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.slider__nav .swiper-slider-nav i:hover {
    background: #ffffff;
    color: #2c3941;
}

.slider__nav .swiper-slider-nav::after {
    display: none;
}

.slider__youtube .play-btn {
    display: inline-block;
    width: 100px;
    height: 70px;
    line-height: 74px;
    background: #ff4328;
    color: #ffffff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

@media (max-width:575px) {
    .slider__btn .r-btn {
        margin-right: 0;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about__content {
        margin-top: 50px;
        padding-left: 0;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .about__content {
        margin-top: 50px;
        padding-left: 0;
    }
}

@media (max-width:575px) {
    .about__content {
        margin-top: 50px;
        padding-left: 0;
    }
}

.about__content p {
    margin-bottom: 20px;
}

.about__content p.bold-text {
    font-size: 18px;
    font-weight: 500;
    color: #2c3941;
    margin-bottom: 20px;
}

.about__triangle {
    position: relative;
}

.about__triangle::after {
    position: absolute;
    content: "";
    left: -20px;
    bottom: -20px;
    width: 208px;
    height: 208px;
    background: #24c373;
    -webkit-clip-path: polygon(0 1%, 0% 100%, 100% 100%);
    clip-path: polygon(0 1%, 0% 100%, 100% 100%);
    z-index: -1;
}

.about__thumb-1 img {
    -webkit-clip-path: polygon(0 0, 53% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 53% 0, 100% 100%, 0% 100%);
}

.about__thumb-2 {
    position: absolute;
    top: 26%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about__thumb-2 img {
    width: 360px;
    height: 360px;
    border: 12px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

@media (max-width:575px) {
    .about__thumb-2 img {
        width: 160px;
        height: 160px;
    }
}

@media (max-width:575px) {
    .about__thumb.mt-45 {
        margin-top: 0;
    }
}

.services__thumb {
    overflow: hidden;
}

.services__icon {
    margin-bottom: 25px;
    margin-top: -35px;
}

.services__icon i {
    display: inline-block;
    font-size: 30px;
    color: #ffffff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #006e2f;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    -ms-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    -o-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}

.services__content {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    padding: 40px 40px;
    padding-top: 0;
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(224, 224, 224, 0.4);
    -moz-box-shadow: 0px 10px 60px 0px rgba(224, 224, 224, 0.4);
    box-shadow: 0px 10px 60px 0px rgba(224, 224, 224, 0.4);
    z-index: 1;
}

@media (max-width:575px) {
    .services__content {
        padding-left: 0;
        padding-right: 0;
    }
}

.services__content p {
    margin-bottom: 7px;
}

.services__item {
    padding-bottom: 195px;
}

.services__item:hover .services__thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.services__item:hover .services__icon i {
    -webkit-transform: translateY(-10px) translate3d(0, -10px, 0);
    -moz-transform: translateY(-10px) translate3d(0, -10px, 0);
    -ms-transform: translateY(-10px) translate3d(0, -10px, 0);
    transform: translateY(-10px) translate3d(0, -10px, 0);
}

.services__title {
    font-size: 22px;
}

.services__title a:hover {
    color: #24c373;
}

.services__bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 612px;
    width: 100%;
    z-index: -1;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .portfolio__padding {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .portfolio__padding {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width:575px) {
    .portfolio__padding {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.portfolio__item:hover .portfolio__thumb::after {
    visibility: hidden;
    opacity: 0;
}

.portfolio__item:hover .portfolio__plus {
    visibility: visible;
    opacity: 1;
    top: 30px;
}

@media (max-width:575px) {
    .portfolio__item:hover .portfolio__plus {
        top: 10px;
    }
}

.portfolio__item:hover .portfolio__content {
    visibility: visible;
    opacity: 1;
    bottom: 40px;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .portfolio__item:hover .portfolio__content {
        bottom: 25px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .portfolio__item:hover .portfolio__content {
        bottom: 20px;
    }
}

@media (max-width:575px) {
    .portfolio__item:hover .portfolio__content {
        bottom: 10px;
    }
}

.portfolio__item-2:hover .portfolio__content-2 {
    visibility: visible;
    opacity: 1;
    top: 50%;
}

.portfolio__item-2:hover .portfolio__thumb-2::after {
    opacity: 1;
    visibility: visible;
}

.portfolio__item-3:hover .portfolio__content-3 {
    bottom: 0;
    visibility: visible;
    opacity: 1;
}

.portfolio__thumb {
    position: relative;
}


/* .portfolio__thumb::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(180deg, rgba(34, 35, 40, 0) 0%, #222328 100%);
    background-image: -webkit-linear-gradient(180deg, rgba(34, 35, 40, 0) 0%, #222328 100%);
    background-image: -ms-linear-gradient(180deg, rgba(34, 35, 40, 0) 0%, #222328 100%);
    background-image: linear-gradient(180deg, rgba(34, 35, 40, 0) 0%, #222328 100%);
    visibility: visible;
    opacity: 1;
} */

.portfolio__thumb-2 {
    position: relative;
}

.portfolio__thumb-2::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 76, 72, 0.75);
    visibility: hidden;
    opacity: 0;
}

.portfolio__content {
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: visible;
    padding: 50px;
    opacity: 1;
    background: rgb(0 0 0 / 40%);
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .portfolio__content {
        left: 25px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .portfolio__content {
        left: 20px;
    }
}

@media (max-width:575px) {
    .portfolio__content {
        left: 20px;
    }
}

.portfolio__content p {
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0;
}

.portfolio__content-2 {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    visibility: hidden;
    opacity: 0;
}

.portfolio__content-2 p {
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0;
}

.portfolio__content-3 {
    /* position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    background: #ffffff;
    visibility: hidden;
    opacity: 0; */
    width: 100%;
    padding: 20px 35px;
    border: 1px #ddd solid;
    height: 97px;
}

.portfolio__content-3 p {
    margin-bottom: 0;
}

.portfolio__title {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 5px;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .portfolio__title {
        font-size: 22px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .portfolio__title {
        font-size: 24px;
    }
}

@media (max-width:575px) {
    .portfolio__title {
        font-size: 20px;
    }
}

.portfolio__title-3 {
    font-size: 18px;
    font-weight: 400;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .portfolio__title-3 {
        font-size: 16px;
    }
}

@media (max-width:575px) {
    .portfolio__title-3 {
        font-size: 16px;
    }
}

.portfolio__title-3 a:hover {
    color: #0a4c48;
}

.portfolio__plus {
    position: absolute;
    top: 0px;
    right: 30px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
}

@media (max-width:575px) {
    .portfolio__plus {
        right: 10px;
    }
}

.portfolio__plus a {
    font-size: 15px;
    color: #fff;
    background: rgb(0 0 0 / 50%);
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #ccc;
}

.portfolio__plus a:hover {
    color: #2c3941;
    background: #ffffff;
}

.portfolio__plus-2 a {
    font-size: 15px;
    color: #2c3941;
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 58px;
    text-align: center;
    background: #fad105;
}

.portfolio__plus-2 a:hover {
    background: #ffffff;
}

.portfolio__plus-3 a {
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 57px;
    background: #fad105;
    color: #222328;
    text-align: center;
}

.portfolio__plus-3 a:hover {
    background: #222328;
    color: #ffffff;
}

.portfolio__bg {
    position: relative;
}

.portfolio__bg::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -480px;
    width: 100%;
    height: 805px;
    background: #f8f4ef;
    z-index: -1;
}

.portfolio__bg-2::after {
    bottom: -156px;
    height: 75%;
}

.why__bg {
    position: relative;
}

.why__bg::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 58%;
    height: 100%;
    background: #2c3941;
    z-index: -1;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .why__bg::after {
        width: 59.3%;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .why__bg::after {
        width: 100%;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .why__bg::after {
        width: 100%;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .why__bg::after {
        width: 100%;
    }
}

@media (max-width:575px) {
    .why__bg::after {
        width: 100%;
    }
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
    .why__wrapper {
        padding-top: 80px;
        padding-left: 60px;
        padding-bottom: 20px;
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .why__wrapper {
        padding-top: 30px;
        padding-left: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .why__wrapper {
        padding-top: 50px;
        padding-left: 0px;
        padding-bottom: 40px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .why__wrapper {
        padding-top: 30px;
        padding-left: 0px;
        padding-bottom: 30px;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .why__wrapper {
        padding-top: 30px;
        padding-left: 0px;
        padding-bottom: 30px;
    }
}

@media (max-width:575px) {
    .why__wrapper {
        padding-top: 30px;
        padding-left: 0px;
        padding-bottom: 30px;
    }
}

.why__wrapper p {
    color: #ffffff;
    margin-bottom: 40px;
}

.why__item {
    padding: 30px 27px;
    background: #394a55;
    margin-right: 5px;
    width: 33.33%;
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
    .why__item {
        padding: 30px 20px;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .why__item {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width:575px) {
    .why__item {
        padding-left: 45px;
        padding-right: 45px;
        margin-right: 0;
        margin-bottom: 5px;
        width: 100%;
    }
}

.why__title {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .why__thumb {
        margin-left: 0;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .why__thumb {
        margin-left: 0;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .why__thumb {
        margin-left: 0;
    }
}

@media (max-width:575px) {
    .why__thumb {
        margin-left: 0;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .why__thumb img {
        width: 100%;
        margin-top: 50px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .why__thumb img {
        width: 100%;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .why__thumb img {
        width: 100%;
    }
}

@media (max-width:575px) {
    .why__thumb img {
        width: 100%;
    }
}

.testimonial__area {
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial__area-2 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial__item {
    padding: 60px 45px;
    padding-bottom: 50px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

@media (max-width:575px) {
    .testimonial__item {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.testimonial__item-green .testimonial__thumb::after {
    background: #0a4c48;
}

.testimonial__item-green .testimonial__avater-info span {
    color: #677a85;
}

.testimonial__content p {
    font-size: 18px;
    line-height: 32px;
}

.testimonial__content-2 p {
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 25px;
}

.testimonial__content-3 {
    position: relative;
    padding: 35px 50px;
    padding-right: 60px;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(221, 221, 221, 0.4);
    -moz-box-shadow: 0px 10px 60px 0px rgba(221, 221, 221, 0.4);
    box-shadow: 0px 10px 60px 0px rgba(221, 221, 221, 0.4);
    margin-bottom: 36px;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .testimonial__content-3 {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .testimonial__content-3 {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width:575px) {
    .testimonial__content-3 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.testimonial__content-3 p {
    font-size: 18px;
    line-height: 32px;
    color: #2c3941;
    margin-bottom: 15px;
}

.testimonial__content-3::after {
    position: absolute;
    content: "";
    bottom: -22px;
    left: 60px;
    width: 0;
    height: 0;
    border-top: 22px solid #ffffff;
    border-right: 35px solid transparent;
}

.testimonial__thumb {
    position: relative;
}

.testimonial__thumb::after {
    position: absolute;
    content: "";
    left: 50%;
    top: -10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 140px;
    height: 70px;
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    background: #fc8459;
}

.testimonial__thumb img {
    position: relative;
    z-index: 1;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.testimonial__thumb-2 {
    margin-left: 8px;
}

.testimonial__thumb-2::after {
    width: 80px;
    height: 40px;
    background: #fad105;
    top: -7px;
}

@media (max-width:575px) {
    .testimonial__thumb-2::after {
        left: -7px;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.testimonial__thumb-2 img {
    width: 65px;
    height: 65px;
}

.testimonial__avater-info h4 {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 0;
}

.testimonial__avater-info span {
    font-size: 14px;
    font-weight: 600;
    color: #fc8459;
    padding-left: 6px;
}

.testimonial__avater-info-2 h4 {
    display: block;
    font-size: 24px;
    color: #ffffff;
}

.testimonial__avater-info-2 span {
    color: #fad105;
    font-weight: 500;
    font-size: 15px;
}

.testimonial__avater-info-3 h4 {
    font-size: 20px;
    display: inline-block;
}

.testimonial__avater-info-3 span {
    color: #fc8459;
    font-weight: 600;
    margin-left: 5px;
}

.testimonial__avater-3-thumb img {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.testimonial__quote-icon {
    position: absolute;
    top: 35px;
    left: 30px;
    z-index: -1;
}

.testimonial__shape-1 {
    position: absolute;
    top: -80px;
    right: 85px;
    z-index: -1;
}

.testimonial__slider-wrapper .testimonial-pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: -80px;
    top: 95px;
    z-index: 9;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .testimonial__slider-wrapper .testimonial-pagination {
        left: -30px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .testimonial__slider-wrapper .testimonial-pagination {
        left: -20px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .testimonial__slider-wrapper .testimonial-pagination {
        left: -30px;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .testimonial__slider-wrapper .testimonial-pagination {
        left: -20px;
    }
}

@media (max-width:575px) {
    .testimonial__slider-wrapper .testimonial-pagination {
        left: -10px;
    }
}

.testimonial__slider-wrapper .testimonial-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #cfcdc3;
    opacity: 1;
    direction: block;
    margin: 3px 0;
}

.testimonial__slider-wrapper .testimonial-pagination .swiper-pagination-bullet-active {
    background: #0a4c48;
}

.testimonial__bg {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 92%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .testimonial__wrapper-2 {
        padding-right: 0;
        padding-left: 40px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .testimonial__wrapper-2 {
        padding-right: 0;
        padding-left: 30px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .testimonial__wrapper-2 {
        padding-right: 160px;
        padding-left: 30px;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .testimonial__wrapper-2 {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (max-width:575px) {
    .testimonial__wrapper-2 {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .testimonial__img {
        text-align: center;
    }
}

@media (max-width:575px) {
    .testimonial__img img {
        width: 100%;
    }
}

.video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.video__play-btn {
    width: 100px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #ff4328;
    color: #ffffff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    display: inline-block;
}

.video__play-btn:hover {
    color: #ff4328;
    background: #ffffff;
}

.video__overlay {
    position: relative;
}

.video__overlay::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(44, 57, 65, 0.3);
}

.video-mb--160 {
    margin-bottom: -160px;
}

@media (max-width:575px) {
    .video-mb--160 {
        margin-bottom: -80px;
    }
}

.blog__item:hover .blog__thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.blog__item-2:hover .blog__thumb-2 img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.blog__title {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 12px;
    text-transform: capitalize;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog__title {
        font-size: 20px;
    }
}

@media (max-width:575px) {
    .blog__title {
        font-size: 18px;
    }
}

.blog__title a:hover {
    color: #fc8459;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .blog__title-2 {
        font-size: 20px;
    }
}

.blog__content {
    padding: 32px 40px;
    padding-right: 35px;
    padding-bottom: 25px;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .blog__content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog__content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width:575px) {
    .blog__content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.blog__meta span {
    font-family: "Rubik", sans-serif;
    display: inline-block;
}

.blog__meta .author {
    font-size: 13px;
    font-weight: 500;
    height: 25px;
    line-height: 25px;
    color: #ffffff;
    text-transform: uppercase;
    background: #24c373;
    padding: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 13px;
}

.blog__meta .date {
    position: absolute;
    right: 40px;
    top: -35px;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    height: 70px;
    width: 70px;
    text-align: center;
    background: #006e2f;
    padding-top: 11px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    line-height: 1;
    text-transform: capitalize;
}

.blog__meta .date span {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 1.2;
    width: 100%;
    color: #ffffff;
}

@media (max-width:575px) {
    .skill__wrapper {
        padding-right: 0;
    }
}

.skill__wrapper p {
    padding-left: 28px;
    position: relative;
    margin-bottom: 40px;
}

.skill__wrapper p::after {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 3px;
    height: 90%;
    background: #fc8459;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .skill__progress {
        margin-top: 50px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .skill__progress {
        margin-top: 50px;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .skill__progress {
        margin-top: 50px;
    }
}

@media (max-width:575px) {
    .skill__progress {
        margin-top: 50px;
    }
}

.skill__progress-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.skill__progress-content p {
    margin-bottom: 0;
}

.skill__shape-1 {
    position: absolute;
    top: -65%;
    left: 15%;
    z-index: -1;
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .skill__shape-1 {
        width: 100%;
        left: 0;
    }
}